home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 015a / morton.zip / ZAPCODE.EXE / IBMGRAPH.PMF < prev    next >
Text File  |  1991-05-01  |  8KB  |  285 lines

  1. ;---------------------------------------;
  2. ;  ZAPCODE Printer Make File (PMF)      ;
  3. ;  for the IBM Graphics Printer.        ;
  4. ;                                       ;
  5. ;  (C) Copyright 1991 Robert L. Morton  ;
  6. ;  All Rights Reserved                  ;
  7. ;---------------------------------------;
  8.  
  9. PRINTER  =  "IBM Graphics Printer"
  10.  
  11. NAME     =  "Line Feed"
  12.   DESC   =  "Advance paper to the next line."
  13.   CODES  =  10
  14.  
  15. NAME     =  "Form Feed"
  16.   DESC   =  "Advance paper to the top of the"
  17.             "next page."
  18.   CODES  =  12
  19.  
  20. NAME     =  "Reverse Line Feed"
  21.   DESC   =  "Advance paper to the previous line."
  22.             "The paper will not advance beyond"
  23.             "the top of form position."
  24.   CODES  =  27,93
  25.  
  26. NAME     =  "Sound Bell"
  27.   DESC   =  "Sound the printer bell."
  28.   CODES  =  7
  29.  
  30. NAME     =  "Set Top Of Form"
  31.   DESC   =  "Sets the top of form to the current"
  32.             "position of the printhead."
  33.   CODES  =  27,52
  34.  
  35. NAME     =  "Clear Printer Buffer"
  36.   DESC   =  "Clear all data from printer"
  37.             "buffer."
  38.   CODES  =  24
  39.  
  40. NAME     =  "Select NLQ Print"
  41.   DESC   =  "Activate Near Letter Quality (NLQ)"
  42.             "printing. Characters printed in NLQ"
  43.             "are crisper and more like the"
  44.             "characters produced by a type-"
  45.             "writer."
  46.   CODES  =  27,73,2
  47.  
  48. NAME     =  "Select Draft Quality Print"
  49.   DESC   =  "Activate Draft Quality printing."
  50.             "Use draft for printing drafts and"
  51.             "other documents that you want to"
  52.             "print quickly."
  53.   CODES  =  27,73,1
  54.  
  55. NAME     =  "Select 10 CPI"
  56.   DESC   =  "Activate 10 characters per inch"
  57.             "(cpi) printing."
  58.   CODES  =  18
  59.  
  60. NAME     =  "Select 12 CPI"
  61.   DESC   =  "Activate 12 characters per inch"
  62.             "(cpi) printing."
  63.   CODES  =  27,58
  64.  
  65. NAME     =  "Double Width ON"
  66.   DESC   =  "Activate double width print."
  67.             "Characters are printed twice their"
  68.             "normal width."
  69.   CODES  =  27,87,1
  70.  
  71. NAME     =  "Double Width OFF"
  72.   DESC   =  "Deactivate double width print."
  73.             "Characters are printed their normal"
  74.             "width."
  75.   CODES  =  27,87,0,0
  76.  
  77. NAME     =  "Emphasized ON"
  78.   DESC   =  "Activate emphasized print."
  79.             "Characters are printed twice. The"
  80.             "second time, character is offset"
  81.             "horizontally."
  82.   CODES  =  27,69
  83.  
  84. NAME     =  "Emphasized OFF"
  85.   DESC   =  "Deactivate emphasized print."
  86.   CODES  =  27,70
  87.  
  88. NAME     =  "Enhanced ON"
  89.   DESC   =  "Activate enhanced print."
  90.             "Characters are printed twice. The"
  91.             "second time, character is offset"
  92.             "vertically."
  93.   CODES  =  27,71
  94.  
  95. NAME     =  "Enhanced OFF"
  96.   DESC   =  "Deactivate enhanced print."
  97.   CODES  =  27,72
  98.  
  99. NAME     =  "Compressed ON"
  100.   DESC   =  "Activate compressed print."
  101.   CODES  =  15
  102.  
  103. NAME     =  "Compressed OFF"
  104.   DESC   =  "Deactivate compressed print."
  105.   CODES  =  18
  106.  
  107. NAME     =  "Superscript ON"
  108.   DESC   =  "Activate superscript print."
  109.             "Characters are printed at an offset"
  110.             "above the normal print line."
  111.   CODES  =  27,83,0,0
  112.  
  113. NAME     =  "Superscript OFF"
  114.   DESC   =  "Deactivate superscript print."
  115.   CODES  =  27,84
  116.  
  117. NAME     =  "Subscript ON"
  118.   DESC   =  "Activate subscript print."
  119.             "Characters are printed at an offset"
  120.             "below the normal print line."
  121.   CODES  =  27,83,1
  122.  
  123. NAME     =  "Subscript OFF"
  124.   DESC   =  "Deactivate subscript print."
  125.   CODES  =  27,84
  126.  
  127. NAME     =  "Underline ON"
  128.   DESC   =  "Activate underline print."
  129.             "Characters, including the space,"
  130.             "are underscored."
  131.   CODES  =  27,45,1
  132.  
  133. NAME     =  "Underline OFF"
  134.   DESC   =  "Deactivate underline print."
  135.   CODES  =  27,45,0,0
  136.  
  137. NAME     =  "Proportional Spacing ON"
  138.   DESC   =  "Activate proportional spacing."
  139.             "Spacing between letters is adjusted"
  140.             "to compensate for the varying"
  141.             "widths of individual characters."
  142.   CODES  =  27,80,1
  143.  
  144. NAME     =  "Proportional Spacing OFF"
  145.   DESC   =  "Deactivate proportional spacing."
  146.   CODES  =  27,80,0,0
  147.  
  148. NAME     =  "Print Unidirectional"
  149.   DESC   =  "Print from left to right only."
  150.   CODES  =  27,85,1
  151.  
  152. NAME     =  "Print Bidirectional"
  153.   DESC   =  "Print from both left to right and"
  154.             "right to left."
  155.   CODES  =  27,85,0,0
  156.  
  157. NAME     =  "Automatic Linefeed ON"
  158.   DESC   =  "Activate automatic linefeed."
  159.             "Add a linefeed to each carriage"
  160.             "return received."
  161.   CODES  =  27,53,1
  162.  
  163. NAME     =  "Automatic Linefeed OFF"
  164.   DESC   =  "Deactivate automatic linefeed."
  165.   CODES  =  27,53,0,0
  166.  
  167. NAME     =  "Paper-Out Sensor ON"
  168.   DESC   =  "Activate paper-out sensor."
  169.             "Printer will alarm when paper is"
  170.             "out."
  171.   CODES  =  27,57
  172.  
  173. NAME     =  "Paper-Out Sensor OFF"
  174.   DESC   =  "Deactivate paper-out sensor."
  175.             "Printer ignores paper-out condition"
  176.             "and continues printing."
  177.   CODES  =  27,56
  178.  
  179. NAME     =  "Set Line Spacing 1/8"""
  180.   DESC   =  "Set line spacing to 1/8 of an inch."
  181.   CODES  =  27,48
  182.  
  183. NAME     =  "Set Line Spacing 7/72"""
  184.   DESC   =  "Set line spacing to 7/72 of an"
  185.             "inch."
  186.   CODES  =  27,49
  187.  
  188. NAME     =  "Set Line Spacing n/216"""
  189.   DESC   =  "Set line spacing in any increment"
  190.             "of 216ths of an inch."
  191.   CODES  =  27,51,0
  192.             "Enter new line spacing in"
  193.             "increments of 216ths of an inch."
  194.             " "
  195.             "Range: 0 to 255 decimal."
  196.             " "
  197.             "Example: Entering 108 (decimal)"
  198.             "would set line spacing at 108/216""."
  199.             0
  200.  
  201. NAME     =  "Set Form Length In Inches"
  202.   DESC   =  "Set the current form length in"
  203.             "inches."
  204.   CODES  =  27,67,0,0,0
  205.             "Enter number of inches to set the"
  206.             "current form length."
  207.             " "
  208.             "Range: 0 to 255 decimal."
  209.             " "
  210.             "Example: Entering 11 (decimal)"
  211.             "would set the current form length"
  212.             "to 11 inches."
  213.             0
  214.  
  215. NAME     =  "Set Form Length In Lines"
  216.   DESC   =  "Set the current form length in"
  217.             "lines."
  218.   CODES  =  27,67,0
  219.             "Enter number of lines to set the"
  220.             "current form length."
  221.             " "
  222.             "Range: 0 to 255 decimal."
  223.             " "
  224.             "Example: Entering 68 (decimal)"
  225.             "would set the current form length"
  226.             "to 68 lines."
  227.             0
  228.  
  229. NAME     =  "Perforation Skip ON"
  230.   DESC   =  "Activate perforation skip. Printer"
  231.             "will skip a specified distance when"
  232.             "perforation is encountered."
  233.   CODES  =  27,78,0
  234.             "Enter number of lines to skip when"
  235.             "perforation is encountered."
  236.             " "
  237.             "Range: 0 to 255 decimal."
  238.             " "
  239.             "Example: Entering 18 (decimal)"
  240.             "would cause printer to skip 18"
  241.             "lines when the perforation is"
  242.             "encountered."
  243.             0
  244.  
  245. NAME     =  "Perforation Skip OFF"
  246.   DESC   =  "Deactivate perforation skip."
  247.   CODES  =  27,79
  248.  
  249. NAME     =  "Set Left Margin"
  250.   DESC   =  "Set the left margin."
  251.   CODES  =  27,88,0
  252.             "Enter character column position in"
  253.             "which to set the left margin."
  254.             " "
  255.             "Range: 1 to 255 decimal."
  256.             " "
  257.             "Example: Entering 15 (decimal)"
  258.             "while printer is in 10 cpi, would"
  259.             "set the left margin at 1 1/2""."
  260.             0,0,0
  261.  
  262. NAME     =  "Set Right Margin"
  263.   DESC   =  "Set the right margin."
  264.   CODES  =  27,88,0,0,0
  265.             "Enter character column position in"
  266.             "which to set the right margin."
  267.             " "
  268.             "Range: 1 to 255 decimal."
  269.             " "
  270.             "Example: Entering 80 (decimal)"
  271.             "while printer is in 10 cpi, would"
  272.             "set right margin at 8""."
  273.             0
  274.  
  275. NAME     =  "Select IBM Character Set I"
  276.   DESC   =  "Select the IBM character set I to"
  277.             "be used during printing."
  278.   CODES  =  27,55
  279.  
  280. NAME     =  "Select IBM Character Set II"
  281.   DESC   =  "Select the IBM character set II to"
  282.             "be used during printing."
  283.   CODES  =  27,54
  284.  
  285.